LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

GetValue<T>(Int64,T,T) Method








specifies the type of the value to return
tag of the item to find.
a value of type T that is returned if the actual value cannot be retrieved.
reference to an object that will be updated with the value.
Returns the value of a DICOM element .NET support
Syntax
public DicomDataSet GetValue<T>( 
   long tag,
   T defaultValue,
   out T value
)
'Declaration
 
Public Overloads Function GetValue(Of T)( _
   ByVal tag As Long, _
   ByVal defaultValue As T, _
   ByRef value As T _
) As DicomDataSet
'Usage
 
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As T
Dim value As T
Dim value As DicomDataSet
 
value = instance.GetValue(Of T)(tag, defaultValue, value)
public DicomDataSet GetValue<T>( 
   long tag,
   T defaultValue,
   out T value
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.GetValue``1(Int64,``0,``0)( 
   tag ,
   defaultValue ,
   value 
)
public:
DicomDataSet^ GetValuegeneric<typename T>
( 
   int64 tag,
   T^ defaultValue,
   [Out] T^ value
) 

Parameters

tag
tag of the item to find.
defaultValue
a value of type T that is returned if the actual value cannot be retrieved.
value
reference to an object that will be updated with the value.

Type Parameters

T
specifies the type of the value to return

Return Value

a reference to the DicomDataSet
Remarks
For information on this method, see GetValue.
Example
For an example, refer to DicomDataSet.GetValue{T}(DicomElement, T)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features